Advertisement
yaneurabeya

Untitled

Mar 21st, 2017
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Make 0.47 KB | None | 0 0
  1. $ svn diff lib/libutil/tests/Makefile
  2. Index: lib/libutil/tests/Makefile
  3. ===================================================================
  4. --- lib/libutil/tests/Makefile  (revision 315671)
  5. +++ lib/libutil/tests/Makefile  (working copy)
  6. @@ -9,7 +9,11 @@
  7.  TAP_TESTS_C+=  trimdomain_test
  8.  TAP_TESTS_C+=  trimdomain-nodomain_test
  9.  
  10. +NETBSD_ATF_TESTS_C+=   efun_test
  11. +
  12.  WARNS?=                2
  13.  LIBADD+=       util
  14.  
  15. +.include <netbsd-tests.test.mk>
  16. +
  17.  .include <bsd.test.mk>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement