mirror of
https://github.com/davidgiven/fluxengine.git
synced 2025-10-31 11:17:01 -07:00
Make the tests work.
This commit is contained in:
@@ -24,69 +24,3 @@ proto(
|
||||
"./zilogmcz/zilogmcz.proto",
|
||||
],
|
||||
)
|
||||
|
||||
clibrary(
|
||||
name="arch",
|
||||
srcs=[
|
||||
"./aeslanier/decoder.cc",
|
||||
"./agat/agat.cc",
|
||||
"./agat/decoder.cc",
|
||||
"./agat/encoder.cc",
|
||||
"./amiga/amiga.cc",
|
||||
"./amiga/decoder.cc",
|
||||
"./amiga/encoder.cc",
|
||||
"./apple2/decoder.cc",
|
||||
"./apple2/encoder.cc",
|
||||
"./brother/decoder.cc",
|
||||
"./brother/encoder.cc",
|
||||
"./c64/c64.cc",
|
||||
"./c64/decoder.cc",
|
||||
"./c64/encoder.cc",
|
||||
"./f85/decoder.cc",
|
||||
"./fb100/decoder.cc",
|
||||
"./ibm/decoder.cc",
|
||||
"./ibm/encoder.cc",
|
||||
"./macintosh/decoder.cc",
|
||||
"./macintosh/encoder.cc",
|
||||
"./micropolis/decoder.cc",
|
||||
"./micropolis/encoder.cc",
|
||||
"./mx/decoder.cc",
|
||||
"./northstar/decoder.cc",
|
||||
"./northstar/encoder.cc",
|
||||
"./rolandd20/decoder.cc",
|
||||
"./smaky6/decoder.cc",
|
||||
"./tids990/decoder.cc",
|
||||
"./tids990/encoder.cc",
|
||||
"./victor9k/decoder.cc",
|
||||
"./victor9k/encoder.cc",
|
||||
"./zilogmcz/decoder.cc",
|
||||
],
|
||||
hdrs={
|
||||
"arch/ibm/ibm.h": "./ibm/ibm.h",
|
||||
"arch/apple2/data_gcr.h": "./apple2/data_gcr.h",
|
||||
"arch/apple2/apple2.h": "./apple2/apple2.h",
|
||||
"arch/smaky6/smaky6.h": "./smaky6/smaky6.h",
|
||||
"arch/tids990/tids990.h": "./tids990/tids990.h",
|
||||
"arch/zilogmcz/zilogmcz.h": "./zilogmcz/zilogmcz.h",
|
||||
"arch/amiga/amiga.h": "./amiga/amiga.h",
|
||||
"arch/f85/data_gcr.h": "./f85/data_gcr.h",
|
||||
"arch/f85/f85.h": "./f85/f85.h",
|
||||
"arch/mx/mx.h": "./mx/mx.h",
|
||||
"arch/aeslanier/aeslanier.h": "./aeslanier/aeslanier.h",
|
||||
"arch/northstar/northstar.h": "./northstar/northstar.h",
|
||||
"arch/brother/data_gcr.h": "./brother/data_gcr.h",
|
||||
"arch/brother/brother.h": "./brother/brother.h",
|
||||
"arch/brother/header_gcr.h": "./brother/header_gcr.h",
|
||||
"arch/macintosh/data_gcr.h": "./macintosh/data_gcr.h",
|
||||
"arch/macintosh/macintosh.h": "./macintosh/macintosh.h",
|
||||
"arch/agat/agat.h": "./agat/agat.h",
|
||||
"arch/fb100/fb100.h": "./fb100/fb100.h",
|
||||
"arch/victor9k/data_gcr.h": "./victor9k/data_gcr.h",
|
||||
"arch/victor9k/victor9k.h": "./victor9k/victor9k.h",
|
||||
"arch/rolandd20/rolandd20.h": "./rolandd20/rolandd20.h",
|
||||
"arch/micropolis/micropolis.h": "./micropolis/micropolis.h",
|
||||
"arch/c64/data_gcr.h": "./c64/data_gcr.h",
|
||||
"arch/c64/c64.h": "./c64/c64.h",
|
||||
},
|
||||
deps=["lib", "lib+config_proto_lib", "+protocol"],
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user