Skip to content

Commit 6fb2b9c

Browse files
committed
Add test_dynamic and test_static targets
1 parent 4620890 commit 6fb2b9c

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

libpatricia/Makefile.PL

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ all :: static
1212
1313
test ::
1414
15+
test_dynamic ::
16+
17+
test_static ::
18+
1519
static :: libpatricia$(LIB_EXT)
1620
1721
libpatricia$(LIB_EXT): $(O_FILES)

0 commit comments

Comments
 (0)