lib/atoi/, *: Split files
This commit is contained in:
committed by
Serge Hallyn
parent
2dda45a390
commit
745281f295
@@ -35,7 +35,8 @@ test_adds_LDADD = \
|
||||
$(NULL)
|
||||
|
||||
test_atoi_strtoi_SOURCES = \
|
||||
../../lib/atoi/strtoi.c \
|
||||
../../lib/atoi/strtoi/strtoi.c \
|
||||
../../lib/atoi/strtoi/strtou_noneg.c \
|
||||
test_atoi_strtoi.c \
|
||||
$(NULL)
|
||||
test_atoi_strtoi_CFLAGS = \
|
||||
|
||||
@@ -14,8 +14,8 @@
|
||||
#include <stdint.h> // Required by <cmocka.h>
|
||||
#include <cmocka.h>
|
||||
|
||||
#include "atoi/strtoi.h"
|
||||
#include "atoi/strtou_noneg.h"
|
||||
#include "atoi/strtoi/strtoi.h"
|
||||
#include "atoi/strtoi/strtou_noneg.h"
|
||||
|
||||
|
||||
static void test_strtoi(void **state);
|
||||
|
||||
Reference in New Issue
Block a user