X-Git-Url: http://git.annexia.org/?p=whenjobs.git;a=blobdiff_plain;f=tests%2Fjobs%2FMakefile.am;h=d80c09f954547cc77ea382e73673a74129a3d7d3;hp=079a51925a0a3a05cfbd9c8072ef8c2f312a0ffd;hb=f56882eb71425b2100edea0cabb478457a8a6a16;hpb=390c7385b10707bef2f47df9915669eb46a40794 diff --git a/tests/jobs/Makefile.am b/tests/jobs/Makefile.am index 079a519..d80c09f 100644 --- a/tests/jobs/Makefile.am +++ b/tests/jobs/Makefile.am @@ -15,10 +15,15 @@ # 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 t102_manyjobs.ml +TESTS = \ + t100_counter.ml \ + t101_updown.ml \ + t102_manyjobs.ml \ + t200_ocaml_jobnames.ml \ + t201_ocaml_set_variable.ml OCAMLPACKAGES = -package unix,num,camlp4.lib,calendar,rpc -I ../../lib