X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;ds=sidebyside;f=tests%2FMakefile.am;h=a95afa73e16dac810878f8aad28d10f78c96112a;hb=9ea3b5880b2c8a77bbf6fe5445c6c4dc662c0630;hp=4824e2215f4dbc77b1c6c41c5a09f4097fb6c3bb;hpb=fac6795d6e2c60e79bdc7dab42da94d2025a57d3;p=lttng-tools.git diff --git a/tests/Makefile.am b/tests/Makefile.am index 4824e2215..a95afa73e 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,3 +1,5 @@ -SUBDIRS = . +SUBDIRS = utils regression unit -dist_noinst_SCRIPTS = runall +check-am: + ./run.sh unit_tests + ./run.sh fast_regression