mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-08-27 05:57:04 +00:00
The tests must be run independently because animations are launched at the end of the current run loop.
19 lines
309 B
Plaintext
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);
|
|
}
|