Skip to content

Commit

Permalink
Skip tests of removed models.
Browse files Browse the repository at this point in the history
  • Loading branch information
guitorri committed Jan 28, 2016
1 parent 79a0019 commit f283415
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -57,16 +57,16 @@ QUCSTEST_ENV = export PATH=$(MORE_PATH):$(PATH); \
export QUCS_LIBDIR=$(abs_top_srcdir)/qucs/qucs-lib/library; \
export QUCSATOR=qucsator;

# Run tests for Qucs (GUI)
if COND_MACOSX
macossuffix=_OSX
endif

# Run tests for Qucs (GUI)
# Schematic to Netlist conversion require QucsConv and Qucs component library,
# so use the prefix of the installed package.
qucscheck: $(PWD)/qucs-test
$(QUCSTEST_ENV) \
cd qucs-test && python run.py --qucs

if COND_MACOSX
macossuffix=_OSX
endif
cd qucs-test && python run.py --qucs --exclude skip$(macossuffix).txt

# Run test on qucsator
qucsatorcheck: $(PWD)/qucs-test
Expand Down

0 comments on commit f283415

Please sign in to comment.