Files
cappuccino/Tests/Manual/CPAnimationContextTest/main.j
T
cacaodev 03dccbe613 Add a manual test for the previous fixes.
The tests must be run independently because animations are launched at
the end of the current run loop.
2017-06-30 12:26:15 +02:00

19 lines
309 B
Plaintext

/*
* AppController.j
* CPAnimationContextTest
*
* Created by You on June 28, 2017.
* Copyright 2017, Your Company All rights reserved.
*/
@import <Foundation/Foundation.j>
@import <AppKit/AppKit.j>
@import "AppController.j"
function main(args, namedArgs)
{
CPApplicationMain(args, namedArgs);
}