summaryrefslogtreecommitdiff
path: root/tests/unit/Makefile.inc
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2011-06-01 21:39:18 +0200
committerYang Tse <yangsita@gmail.com>2011-06-01 21:40:09 +0200
commitaa76dec33af3d93f046143e7e7c853c49ef54380 (patch)
treeb6403245364c2c24473d98bf81f9a78735da3732 /tests/unit/Makefile.inc
parentd6bb8dcc23b5e607e2f30c63d9cf13371219df54 (diff)
downloadcurl-aa76dec33af3d93f046143e7e7c853c49ef54380.tar.gz
unit tests: more build adjustments
Diffstat (limited to 'tests/unit/Makefile.inc')
-rw-r--r--tests/unit/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/Makefile.inc b/tests/unit/Makefile.inc
index ff85e7b37..da24f4c2e 100644
--- a/tests/unit/Makefile.inc
+++ b/tests/unit/Makefile.inc
@@ -5,7 +5,7 @@ UNITFILES = curlcheck.h \
$(top_srcdir)/tests/libtest/first.c
# These are all unit test programs
-noinst_PROGRAMS = unit1300 unit1301 unit1302 unit1303 unit1304 unit1305 unit1307
+UNITPROGS = unit1300 unit1301 unit1302 unit1303 unit1304 unit1305 unit1307
unit1300_SOURCES = unit1300.c $(UNITFILES)
unit1301_SOURCES = unit1301.c $(UNITFILES)