summaryrefslogtreecommitdiffstats
path: root/tests/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am14
1 files changed, 0 insertions, 14 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
deleted file mode 100644
index 358ac94..0000000
--- a/tests/Makefile.am
+++ /dev/null
@@ -1,14 +0,0 @@
-PACKAGE=@PACKAGE_TARNAME@
-EXTRA_DIST=minunit.h
-datarootdir=@datarootdir@
-
-
-#--------- Unit Tests ----------------------
-TESTS = utest_common
-
-check_PROGRAMS = utest_common
-
-utest_common: ../src/common.c utest_common.c
-
-#--------- End Unit Tests -------------------
-