lib/popcorn: move lib tests to a nice and tidy tests/ directory
authorAlexandre Terrasa <alexandre@moz-code.org>
Mon, 15 May 2017 22:58:51 +0000 (18:58 -0400)
committerAlexandre Terrasa <alexandre@moz-code.org>
Wed, 17 May 2017 13:38:29 +0000 (09:38 -0400)
Signed-off-by: Alexandre Terrasa <alexandre@moz-code.org>

lib/popcorn/Makefile
lib/popcorn/tests/test_pop_routes.nit [moved from lib/popcorn/test_pop_routes.nit with 100% similarity]
lib/popcorn/tests/test_popcorn.nit [moved from lib/popcorn/test_popcorn.nit with 100% similarity]

index ad89fec..c48c3dd 100644 (file)
@@ -19,4 +19,4 @@ NITUNIT=nitunit
 all:
 
 check:
-       $(NITUNIT) .
+       $(NITUNIT) . tests/