Skip to content
Snippets Groups Projects
Commit 301d9943 authored by Jason Hiser's avatar Jason Hiser :tractor:
Browse files

Fix tests

parent 91cc265a
No related branches found
No related tags found
No related merge requests found
Pipeline #31726 passed
......@@ -24,7 +24,7 @@ files=Glob( Dir('.').srcnode().abspath+"/edt*.cpp")
pgm="edt.exe"
LIBPATH="$SECURITY_TRANSFORMS_HOME/lib"
LIBS=Split("irdb-core irdb-transform irdb-elfdep")
LIBS=Split("irdb-core irdb-transform irdb-elfdep pqxx pq")
myenv=myenv.Clone(CPPPATH=Split(cpppath))
pgm=myenv.Program(pgm, files, LIBPATH=LIBPATH, LIBS=LIBS)
install=myenv.Install("$SECURITY_TRANSFORMS_HOME/plugins_install/", pgm)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment