summaryrefslogtreecommitdiff
path: root/tests/common/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tests/common/Makefile')
-rw-r--r--tests/common/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/common/Makefile b/tests/common/Makefile
deleted file mode 100644
index 1b14552a..00000000
--- a/tests/common/Makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-all: rename_failure.so rmdir_failure.so unlink_failure.so
-
-%.so: %.c
- gcc -W -Wall -pedantic -g $< -shared -ldl -o $@