1
0
mirror of https://github.com/fwbuilder/fwbuilder synced 2026-06-25 02:19:37 +02:00
Commit Graph

9 Commits

Author SHA1 Message Date
Theron Tock
216dd1a2fb Make sure DEPENDPATH has same stuff as INCLUDEPATH, otherwise when files
change in other directories the dependent files don't get recompiled.

Fixed up INCLUDEPATH in various places.

Removed -pthread as an INCLUDEPATH (leads to bogus -I-pthread).
2011-05-11 14:05:18 -07:00
Vadim Kurland
b1ad1cbec1 fixes #2299 improvements in the log format of iptables and iosacl importers 2011-04-05 21:11:37 -07:00
Vadim Kurland
141e80f7c1 see #87 added unit tests for PIX import 2011-03-29 19:53:52 -07:00
Vadim Kurland
9585288e9c refactoring in the importer: all code that creates new objects moved to new classes. This provides good structure to add object deduplication 2011-03-16 13:20:59 -07:00
Vadim Kurland
80dc0d3937 got rid of the ugly macro RUN_TEST at a cost of having to repeat creation of FWBApplication object; unit tests work 2010-12-27 20:38:00 -08:00
Vadim Kurland
5fb3c6634d making unit tests work in merged fwbuilder/libfwbuilder 2010-12-27 13:10:11 -08:00
A2K
5284abeb9b Added call to qmake before compiling unit tests to generate Makefile. Also, fixed clean_tests target. (fixed #1826, i hope) 2010-11-04 22:20:19 +02:00
Roman Bovsunovsky
eb48002f88 Removed unused files, fixed tests compilation. (refs #1826) 2010-11-04 19:53:02 +02:00
Roman Bovsunovsky
fb341e72a7 Moved all unit tests to src/unit_tests (refs #1826) 2010-11-04 18:34:24 +02:00