tests: fix suspected readdir() ordering issue (!)

pull/193/head
David Wilson 7 years ago
parent a9a2793a49
commit b4bb1c5a2a

@ -2,3 +2,9 @@
all: \
lib/modules/custom_binary_producing_junk \
lib/modules/custom_binary_producing_json
lib/modules/custom_binary_producing_junk: lib/modules/src/custom_binary_producing_junk.c
$(CC) -o $@ $<
lib/modules/custom_binary_producing_json: lib/modules/src/custom_binary_producing_json.c
$(CC) -o $@ $<

Loading…
Cancel
Save