copy .fmx from Linux dev server to Linux test server
I developed a new forms module and compiled it on Dev Linux server to generate .fmx file. Right now I need to test it on Test Linux server. is it possible to just copy .fmx file from Dev server to Test server instead of recompiling the module in Test to generate .fmx? Both of Dev and Test have the same environments and configurations such as same Linux OS, related directory locations, environment variables...
Any suggestion about this is very appreciated.