mirror of
https://github.com/davidgiven/fluxengine.git
synced 2025-10-31 11:17:01 -07:00
Add the corpus tests.
This commit is contained in:
@@ -1,9 +1,3 @@
|
||||
from build.c import clibrary
|
||||
|
||||
clibrary(
|
||||
name="emu",
|
||||
srcs=["./fnmatch.c"],
|
||||
hdrs={
|
||||
"fnmatch.h": "./fnmatch.h"
|
||||
}
|
||||
)
|
||||
clibrary(name="emu", srcs=["./fnmatch.c"], hdrs={"fnmatch.h": "./fnmatch.h"})
|
||||
|
||||
@@ -60,7 +60,7 @@ else:
|
||||
clibrary(
|
||||
name="libusbp",
|
||||
srcs=srcs,
|
||||
cflags =["-Idep/libusbp/include", "-Idep/libusbp/src"],
|
||||
cflags=["-Idep/libusbp/include", "-Idep/libusbp/src"],
|
||||
ldflags=ldflags,
|
||||
deps=deps,
|
||||
hdrs={
|
||||
|
||||
Reference in New Issue
Block a user