Adding a Makefile.in which enables testembed to build note that embedding/qa is currently a windows only critter. as such, the embedding/Makefile.in needs: ifdef ENABLE_TESTS ifeq ($(OS_ARCH),WINNT) DIRS += qa endif endif