Author: ianjoyce
Date: Sun Aug 21 12:22:00 2005
New Revision: 215
Modified:
mod_parrot/branches/reorg/Makefile.in
mod_parrot/branches/reorg/t/00nci.t
Log:
nci_sig_test now resides in t/src
Modified: mod_parrot/branches/reorg/Makefile.in
==============================================================================
--- mod_parrot/branches/reorg/Makefile.in (original)
+++ mod_parrot/branches/reorg/Makefile.in Sun Aug 21 12:22:00 2005
@@ -65,7 +65,7 @@ libraries-clean:
test-clean:
if [ -x t/TEST ]; then t/TEST -clean; fi
- rm -f nci_sig_test t/core.* t/lib/handlers.pbc t/TEST
+ rm -f t/core.* t/lib/handlers.pbc t/TEST
clean: files-clean libraries-clean gen-src-clean test-clean
@@ -76,7 +76,7 @@ install: src/mod_parrot.la
$(APXS) -i -n parrot -a mod_parrot.la
nci_sig_test: $(TEST_SRC_DIR)/nci_sig_test.o
- $(CC) -o $@ $(CFLAGS) $(TEST_SRC_DIR)/nci_sig_test.c $(PARROT_OBJS) $(LDFLAGS) $(LIBS)
+ $(CC) -o $(TEST_SRC_DIR)/$@ $(CFLAGS) $(TEST_SRC_DIR)/nci_sig_test.c $(PARROT_OBJS) $(LDFLAGS) $(LIBS)
test: src/mod_parrot.la libraries nci_sig_test
$(PARROT) -o t/lib/handlers.pbc t/lib/handlers.pir
Modified: mod_parrot/branches/reorg/t/00nci.t
==============================================================================
--- mod_parrot/branches/reorg/t/00nci.t (original)
+++ mod_parrot/branches/reorg/t/00nci.t Sun Aug 21 12:22:00 2005
@@ -11,7 +11,7 @@ my @bad;
plan tests => $#sigs+1;
foreach my $sig (@sigs) {
$sig =~ s/\s//g;
- if (system('./nci_sig_test', $sig)) {
+ if (system('./t/src/nci_sig_test', $sig)) {
push(@bad, $sig);
fail($sig);
}
lmpx.com only provides a reader for public news (NNTP) servers. It is not
affiliated with the servers or forums shown here and is not responsible for
the content of articles, which is written by their respective authors.