Persist variables to file (~/.whenjobs/variables).
[whenjobs.git] / tests / jobs / Makefile.am
index f6d0580..052d5ce 100644 (file)
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 
-EXTRA_DIST = test_run.sh $(TESTS)
+EXTRA_DIST = test_run.sh $(TESTS) $(TESTS:.ml=.ml.expected)
 
 TESTS_ENVIRONMENT = ./test_run.sh
-TESTS = t100_counter.ml t101_updown.ml
+TESTS = \
+       t100_counter.ml \
+       t101_updown.ml \
+       t102_manyjobs.ml \
+       t103_whisper.ml \
+       t200_ocaml_jobnames.ml \
+       t201_ocaml_set_variable.ml \
+       t300_reload.ml
 
 OCAMLPACKAGES = -package unix,num,camlp4.lib,calendar,rpc -I ../../lib