Revision: 5944 http://ipcop.svn.sourceforge.net/ipcop/?rev=5944&view=rev Author: gespinasse Date: 2011-10-15 12:12:57 +0000 (Sat, 15 Oct 2011) Log Message: ----------- At least, document the requirements to be able to run the test suite.
Actually, we need too to rebuild the toolchain to keep libtclstub8.5.a on toolchain. Doing that rebuild now. Unsure this will result in something I will commit. Modified Paths: -------------- ipcop/trunk/lfs/sqlite Modified: ipcop/trunk/lfs/sqlite =================================================================== --- ipcop/trunk/lfs/sqlite 2011-10-15 10:45:13 UTC (rev 5943) +++ ipcop/trunk/lfs/sqlite 2011-10-15 12:12:57 UTC (rev 5944) @@ -85,11 +85,16 @@ rm -f /var/ipcop/traffic/empty-aggregate.db rm -f /var/log/traffic/aggregate.db - cd $(DIR_APP) && ./configure --prefix=/usr \ - --disable-static + cd $(DIR_APP) && ./configure --prefix=/usr --disable-static cd $(DIR_APP) && make cd $(DIR_APP) && make install +ifeq "$(RUNNING_TEST)" "yes" + # Running the tests require using the src zip package + # as of version 3070800, tests fail on big-endian + #-cd $(DIR_APP) && make test &> $(DIR_TEST)/$(THISAPP)-$(STAGE_ORDER).log +endif + # Create database mkdir -p /var/log/traffic/ sqlite3 /var/ipcop/traffic/empty-aggregate.db < $(DIR_SRC)/config/cfgroot/aggregate.table This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ All the data continuously generated in your IT infrastructure contains a definitive record of customers, application performance, security threats, fraudulent activity and more. Splunk takes this data and makes sense of it. Business sense. IT sense. Common sense. http://p.sf.net/sfu/splunk-d2d-oct _______________________________________________ Ipcop-svn mailing list Ipcop-svn@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ipcop-svn