I am executing a script file (c:\sqlfiles\Test.sql) from SQL Developer. File contains below statements
@@test1.sql;
@@test2.sql;
@@test3.sql;
All these sql files contains function or procedures.
But the problem is while running the command @c:\sqlfiles\Test.sql I am getting below ERROR . How can i clear it?
Error starting at line 1 in command:

Error report:
Unknown Command
FUNCTION test1 compiled
FUNCTION test2 compiled
FUNCTION test3 compiled