#! /usr/bin/env bash TEST_DIR=${OUTPUT_BASE} # create two modules each depending on each other. # They both do the same template instantiation. D_FILE1=$TEST_DIR/first.d D_FILE2=$TEST_DIR/second.d D_OBJ1=$TEST_DIR/first${OBJ} D_OBJ2=$TEST_DIR/second${OBJ} APP=$TEST_DIR/app mkdir -p $TEST_DIR cat >$D_FILE1 <$D_FILE2 <