/** \file
 *
 *  Contains unit tests for the LuaAPI class
 *
 *  Copyright (c) 2007,2008,2009 MBARI
 *  MBARI Proprietary Information.  All Rights Reserved
 */

#ifndef _LUAAPI_TEST_H_
#define _LUAAPI_TEST_H_

#include "LuaAPI.h"

#include <cxxtest/TestSuite.h>

/**
 *  Unit tests for LuaAPI class
 *
 *  \ingroup lua
 */
class LuaAPI_Test : public CxxTest::TestSuite
{
public:

    // dummy test
    void testDummy( void )
    {}

};

#endif // _LUAAPI_TEST_H
