A blank base for heavier AWT components that would be needed by applets in the future...
[SquirrelJME.git] / nanocoat / tests / testTestNoOpPass.c
blob7ec739af00403b1cdd730712634bc48a007a9f6d
1 /* -*- Mode: C; indent-tabs-mode: t; tab-width: 4 -*-
2 // ---------------------------------------------------------------------------
3 // SquirrelJME
4 // Copyright (C) Stephanie Gawroriski <xer@multiphasicapps.net>
5 // ---------------------------------------------------------------------------
6 // SquirrelJME is under the Mozilla Public License Version 2.0.
7 // See license.mkd for licensing and copyright information.
8 // -------------------------------------------------------------------------*/
10 #include "proto.h"
11 #include "test.h"
13 /**
14 * Tests a no-op test that does nothing but pass.
16 * @since 2023/12/07
18 SJME_TEST_DECLARE(testTestNoOpPass)
20 return SJME_TEST_RESULT_PASS;