diff --git a/function_test/Text_EncDec/Makefile b/function_test/Text_EncDec/Makefile
index 148efce4923d45444b1801a5bdf2c5797d2b7126..252630912a94f911c147ae82142afe7cecc700cf 100644
--- a/function_test/Text_EncDec/Makefile
+++ b/function_test/Text_EncDec/Makefile
@@ -142,7 +142,7 @@ compile: $(TTCN3_MODULES) $(ASN1_MODULES)
 	$(ASN1_MODULES) - $?
 	touch $@
 
-run: $(TARGET) BER_EncDec.cfg
+run: $(TARGET) Text_EncDec.cfg
 	./$^ 2> result.txt
 	cat result.txt
 	grep "Overall verdict: pass" result.txt