Run jobs with 'set -e' so that they exit on error.
[whenjobs.git] / tests / parsing / Makefile.am
index 021a365..fe224da 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.
 
-tests = t010_load.cmo t020_simple.cmo t030_jobnames.cmo
+EXTRA_DIST = $(SOURCES) test_load.ml
+
+SOURCES = t010_load.ml t020_simple.ml t030_jobnames.ml
+
+tests = $(SOURCES:.ml=.cmo)
 
 check_SCRIPTS = test_load $(tests)