diff options
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index c05a4f0..ad42d8e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -7,7 +7,7 @@ SUBDIRS = \ if BUILD_TESTS SUBDIRS += tests # build src first -test: src +tests: src endif EXTRA_DIST = autogen.sh |