TOPDIR = ../../../../..

include $(TOPDIR)/make/proj.mk
include $(TOPDIR)/make/test-jw-pkg.mk

all:

test: test.integration.in-tree
test.integration.in-tree:
	$(TEST_CMD_LINE) --interactive false packages ls bash | grep /bin/bash | sort > test.out
	diff test.out.expected test.out
clean: test.integration.in-tree.clean
test.integration.in-tree.clean:
	rm -f test.out
