summaryrefslogtreecommitdiffstats
path: root/tools/regression/lib/libutil/Makefile
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2014-08-27 18:25:14 +0000
committerngie <ngie@FreeBSD.org>2014-08-27 18:25:14 +0000
commit3d2bab33aa9bc3dde1dd57cf667e10eb89730df8 (patch)
tree4b996aa897962c40692fc76d3019b80f747456ec /tools/regression/lib/libutil/Makefile
parent7901389ab7af88345b39d8f30df648bec2bcd2ac (diff)
downloadFreeBSD-src-3d2bab33aa9bc3dde1dd57cf667e10eb89730df8.zip
FreeBSD-src-3d2bab33aa9bc3dde1dd57cf667e10eb89730df8.tar.gz
MFC r270180:
r269906: Add missing BSD.tests.dist entry for lib/libutil to unbreak installworld with MK_TESTS == no Phabric: D555 Approved by: jmmv (mentor, implicit) Pointyhat to: ngie r269904: Integrate lib/libutil into the build/kyua Remove the .t wrappers Rename all of the TAP test applications from test-<test> to <test>_test to match the convention described in the TestSuite wiki page humanize_number_test.c: - Fix -Wformat warnings with counter variables - Fix minor style(9) issues: -- Header sorting -- Variable declaration alignment/sorting in main(..) -- Fit the lines in <80 columns - Fix an off by one index error in the testcase output [*] - Remove unnecessary `extern char * optarg;` (this is already provided by unistd.h) Phabric: D555 Approved by: jmmv (mentor) Obtained from: EMC / Isilon Storage Division [*] Submitted by: Casey Peel <cpeel@isilon.com> [*] Sponsored by: EMC / Isilon Storage Division
Diffstat (limited to 'tools/regression/lib/libutil/Makefile')
-rw-r--r--tools/regression/lib/libutil/Makefile13
1 files changed, 0 insertions, 13 deletions
diff --git a/tools/regression/lib/libutil/Makefile b/tools/regression/lib/libutil/Makefile
deleted file mode 100644
index 229b4d2..0000000
--- a/tools/regression/lib/libutil/Makefile
+++ /dev/null
@@ -1,13 +0,0 @@
-# $FreeBSD$
-
-TESTS= test-trimdomain test-trimdomain-nodomain test-flopen test-grp \
- test-pidfile test-humanize_number
-CFLAGS+= -g -Wall -Wextra -Werror -lutil
-
-.PHONY: tests
-tests: ${TESTS}
- for p in ${TESTS}; do ${.OBJDIR}/$$p; done
-
-.PHONY: clean
-clean:
- -rm -f ${TESTS}
OpenPOWER on IntegriCloud