aboutsummaryrefslogtreecommitdiffstats
path: root/test/core_app.mk
diff options
context:
space:
mode:
Diffstat (limited to 'test/core_app.mk')
-rw-r--r--test/core_app.mk3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/core_app.mk b/test/core_app.mk
index 953603b..4c32178 100644
--- a/test/core_app.mk
+++ b/test/core_app.mk
@@ -1198,9 +1198,6 @@ core-app-pt: build clean
"-module(my_user)." \
"-compile({parse_transform, my_pt})." > $(APP)/src/my_user.erl
- $i "Compile my_pt first"
- $t echo "COMPILE_FIRST += my_pt" >> $(APP)/Makefile
-
$i "Build the application; confirm the parse_transform is used"
$t $(MAKE) -C $(APP) | grep "Running my_pt parse_transform."